oldValue = $oldValue; $this->newValueExpr = $newValueExpr; } /** * @return mixed */ public function getOldValue() { return $this->oldValue; } public function getNewValueExpr() : Expr { return $this->newValueExpr; } }